Home } Page Details } Delayed GIF



Normally, animated GIF images start as soon as they are loaded on the page. But, if your GIF only loops once, it displays before the rest page is completely visible. This JavaScript solution ensures that the page is fully loaded before the animated GIF begins. Great!
Notice how the GIF below does not load until the rest of the page finishes loading.

JavaScript Source Code 2002: Page Details: Delayed GIF

Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!